home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-03  |  132 b   |  8 lines

  1. on(release){
  2.    _root.lives = 5;
  3.    _root.health = 5;
  4.    _root.targethit = 2;
  5.    _root.remember = 2;
  6.    _root.nextFrame();
  7. }
  8.